home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3585 < prev    next >
Encoding:
Text File  |  1996-08-06  |  1.1 KB  |  29 lines

  1. Newsgroups: comp.lang.c++
  2. Path: muskie.biostat.umn.edu!erika
  3. From: erika@muskie.biostat.umn.edu (Erika Hong)
  4. Subject: Calling CMLIB routines from a C++ program
  5.  
  6. Message-ID: <DLpKJI.Gu7@news.cis.umn.edu>
  7. Sender: news@news.cis.umn.edu (Usenet News Administration)
  8. Nntp-Posting-Host: muskie.biostat.umn.edu
  9. Organization: Coordinating Centers For Biometric Research, University of Minnesota
  10. Date: Wed, 24 Jan 1996 23:19:49 GMT
  11.  
  12. Can anyone offer any information on calling CMLIB routines from a C++ program?
  13.  
  14. I have checked out the on-line documentation called "cmdoc", but it appears to
  15. be utterly and completely useless.
  16.  
  17. Specifically, my problem is that I would like to pass a two-dimensional matrix
  18. to the "dchdc" routine, which computes something akin to a matrix square root.
  19.  
  20. In particular, dchdc() requires several parameters: a,lda,p,work,jpvt, and job,
  21. which have brief descriptions in CMDOC.  Any on-line help, useful books, or names
  22. or informative sources would be greatly appreciated.  Or, if you want to email
  23. me personally with some advice, please do so.
  24.  
  25. Thanks
  26.  
  27. erika@muskie.biostat.umn.edu
  28.  
  29.